/*
 * 
 *  SLIDER 1 CSS By Divi Awesome 
 * 
 * */

/* Slider Dot Navigation */

.slider-1 .et-pb-controllers a {
    background-color: #ffffff00 !important;
    border-radius: 50px;
    margin-right: 10px;
    padding: 4px;
    border: 4px solid #ffffff;
    transition: all .4s ease;
}

.slider-1 .et-pb-controllers a:hover {
    transition: all .4s ease;
	transform: scale(1.2);
}

.slider-1 a.et-pb-active-control {
    padding: 0 !important;
    border: 8px solid #fff !important;
	transition: all .4s ease;
}

.slider-1 a.et-pb-active-control:hover {
    transform: scale(1.2);
    transition: all .4s ease;
}

/* Slider Arrow Navigation */

.slider-1 .et-pb-arrow-prev:before {
    content: "\44";
    background: #FFF;
    border-radius: 30px;
    color: #000000;
    padding: 4px 5px 4px 4px;
    font-size: 30px;
}

.slider-1 .et-pb-arrow-prev {
    transition: all .4s ease;
}
.slider-1 .et-pb-arrow-prev:hover {
    transform: scale(1.2);
    transition: all .4s ease;
}

.slider-1 .et-pb-arrow-next:before {
    content: "\45";
    background: #FFF;
    border-radius: 30px;
    color: #000000;
    padding: 4px 5px 4px 4px;
    font-size: 30px;
}

.slider-1 .et-pb-arrow-next {
    transition: all .4s ease;
}
.slider-1 .et-pb-arrow-next:hover {
    transform: scale(1.2);
    transition: all .4s ease;
}

/* Text Animation */

.slider-1 .et_pb_slide_content p{
	animation-duration: .7s !important;
    animation-delay: 1.4s !important;
	animation-timing-function: ease-in-out;
    animation-fill-mode: both;
	animation-name: fadeBottom;
}

.slider-1 .et_pb_button_wrapper{
	animation-duration: .7s !important;
    animation-delay: 2s !important;
	animation-timing-function: ease-in-out;
    animation-fill-mode: both;
	animation-name: fadeBottom;
}

/*
 * 
 *  SLIDER 2 CSS By Divi Awesome 
 * 
 * */

/* Slider Dot Navigation */

.slider-2 .et-pb-controllers a {
    background-color: #ffffff00 !important;
    border-radius: 0px;
    margin-right: 10px;
    padding: 4px 20px;
    border: 3px solid #ffffff;
    transition: all .4s ease;
}

.slider-2 a.et-pb-active-control {
	width:20px;
	background: #ffffff !important;
    border: 3px solid #fff !important;
	transition: all .4s ease;
}

.slider-2 a.et-pb-active-control:hover {
    transform: scale(1.2);
    transition: all .4s ease;
}

/* Slider Arrow Navigation */

.slider-2 .et-pb-arrow-prev:before {
    content: "\44";
    background: #fff;
    color: #000000;
    padding: 4px 5px 4px 4px;
    font-size: 30px;
}
.slider-2 .et-pb-arrow-prev {
	margin-top:0px !important;
	margin-left:-22px;
	top:0;
	height:100%;
	background: #ffffff;
	padding-top: 310px;
}
@media screen and (max-width: 400px){
	.slider-2 .et-pb-arrow-prev {
	margin-left:0px;
}
}

.slider-2 .et-pb-arrow-next:before {
    content: "\45";
    background: #FFF;
    border-radius: 30px;
    color: #000000;
    padding: 4px 5px 4px 4px;
    font-size: 30px;
}

.slider-2 .et-pb-arrow-next {
    transition: all .4s ease;
	padding-top: 310px;
	top:0;
	height:100%;
	margin-right:-22px;
	background: #ffffff;
	margin-top:0px !important;
}

@media screen and (max-width: 400px){
	.slider-2 .et-pb-arrow-next {
	margin-right:0px;
}
}

/* Text Animation */

.slider-2 .et_pb_slide_content p{
	animation-duration: .7s !important;
    animation-delay: 1.4s !important;
	animation-timing-function: ease-in-out;
    animation-fill-mode: both;
	animation-name: fadeBottom;
}

.slider-2 .et_pb_button_wrapper{
	animation-duration: .7s !important;
    animation-delay: 2s !important;
	animation-timing-function: ease-in-out;
    animation-fill-mode: both;
	animation-name: fadeBottom;
}


/*
 * 
 *  SLIDER 3 CSS By Divi Awesome 
 * 
 * */

.slider-3 .et-pb-active-slide {
		clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);

}

/* Dot Navigation */

.slider-3 .et-pb-active-control {
    padding: 7px !important;
}

.slider-3 .et-pb-controllers a {
    padding: 7px;
	transition: .4s ease-in-out;
}

.slider-3 .et-pb-controllers a:hover {
    padding: 9px;
    transition: .4s ease-in-out;
	border-radius:20px;

}


/* Arrow Navigation */



.slider-3 .et-pb-arrow-prev {
    background: rgba(0,0,0,0.39);
	border-radius:30px;
	height:35px;
}

.slider-3 .et-pb-arrow-prev:before {
    content: "\38";
    color: #fff;
    padding: 0px 20px 0px 20px;
    font-size: 30px;
}
.slider-3 .et-pb-arrow-prev:hover {
    background: #fff;
}

.slider-3 .et-pb-arrow-prev:hover:before {
    color: #000;
}

.slider-3 .et-pb-arrow-next {
    background: rgba(0,0,0,0.39);
	border-radius:30px;
	height: 35px;
}
.slider-3 .et-pb-arrow-next:before {
    content: "\39";
    color: #fff;
    padding: 0px 20px 0px 20px;
    font-size: 30px;
}

.slider-3 .et-pb-arrow-next:hover {
    background: #fff;
}

.slider-3 .et-pb-arrow-next:hover:before {
    color: #000;
}

/*
 * 
 *  SLIDER 4 CSS By Divi Awesome 
 * 
 * */

/* Slider Dot Navigation */

.slider-4 .et-pb-controllers a {
    background-color: #ffffff00 !important;
    margin-right: 10px;
    padding: 4px;
    border: 4px solid #ffffff;
    transition: all .4s ease;
    border-radius: 0px;
    transform: skew(-15deg);
}

.slider-4 .et-pb-controllers a:hover {
    transition: all .4s ease;
	transform: scale(1.2);
}

.slider-4 a.et-pb-active-control {
    padding: 0 !important;
    border: 8px solid #fff !important;
	transition: all .4s ease;
}

.slider-4 a.et-pb-active-control:hover {
    transform: scale(1);
    transition: all .4s ease;
}

/* Slider Arrow Navigation */

.slider-4 .et-pb-arrow-prev:before {
    content: "\23";
    background: #FFF;
    border-radius: 0px;
    color: #000000;
    padding: 20px 20px 20px 20px;
    font-size: 30px;
}

.slider-4 .et-pb-arrow-prev {
    transition: all .4s ease;
	transform:skew(5deg);
}
.slider-4 .et-pb-arrow-prev:hover {
    transform: scale(1.2);
    transition: all .4s ease;
}

.slider-4 .et-pb-arrow-next:before {
    content: "\24";
    background: #FFF;
    border-radius: 0px;
    color: #000000;
    padding: 20px 20px 20px 20px;
    font-size: 30px;
	transform:skew(-15deg);
}

.slider-4 .et-pb-arrow-next {
    transition: all .4s ease;
	transform:skew(-5deg);
}
.slider-4 .et-pb-arrow-next:hover {
    transform: scale(1.2);
    transition: all .4s ease;
}

/* Text Animation */

.slider-4 .et_pb_slide_content p{
	animation-duration: .7s !important;
    animation-delay: 1.4s !important;
	animation-timing-function: ease-in-out;
    animation-fill-mode: both;
	animation-name: fadeBottom;
}

.slider-4 .et_pb_button_wrapper{
	animation-duration: .7s !important;
    animation-delay: 2s !important;
	animation-timing-function: ease-in-out;
    animation-fill-mode: both;
	animation-name: fadeBottom;
}


/*
 * 
 *  SLIDER 5 CSS By Divi Awesome 
 * 
 * */

/* Slider Dot Navigation */

.slider-5 .et-pb-controllers a {
    background-color: #ffffff00 !important;
    border-radius: 0px;
    margin-right: 10px;
    padding: 4px 20px;
    border: 3px solid #ffffff;
    transition: all .4s ease;
}

.slider-5 a.et-pb-active-control {
	width:20px;
	background: #ffffff !important;
    border: 3px solid #fff !important;
	transition: all .4s ease;
}

.slider-5 a.et-pb-active-control:hover {
    transform: scale(1.2);
    transition: all .4s ease;
}

/* Slider Arrow Navigation */

.slider-5 .et-pb-arrow-prev:before {
    content: "\23";
    background: #FFF;
    border-radius: 0px;
    color: #000000;
    padding: 20px 20px 20px 20px;
    font-size: 30px;
}

.slider-5 .et-pb-arrow-prev {
    transition: all .4s ease;
}
.slider-5 .et-pb-arrow-prev:hover {
    transform: scale(1.2);
    transition: all .4s ease;
}

.slider-5 .et-pb-arrow-next:before {
    content: "\24";
    background: #FFF;
    border-radius: 0px;
    color: #000000;
    padding: 20px 20px 20px 20px;
    font-size: 30px;
	transform:skew(-15deg);
}

.slider-5 .et-pb-arrow-next {
    transition: all .4s ease;
}
.slider-5 .et-pb-arrow-next:hover {
    transform: scale(1.2);
    transition: all .4s ease;
}

/* Text Animation */

.slider-5 .et_pb_slide_content p{
	animation-duration: .7s !important;
    animation-delay: 1.4s !important;
	animation-timing-function: ease-in-out;
    animation-fill-mode: both;
	animation-name: fadeBottom;
}

.slider-5 .et_pb_button_wrapper{
	animation-duration: .7s !important;
    animation-delay: 2s !important;
	animation-timing-function: ease-in-out;
    animation-fill-mode: both;
	animation-name: fadeBottom;
}